|
A Gated Commit or also called Gated Check-In 〔(【引用サイトリンク】title=Use a gated check-in build process to validate changes )〕 is a software build pattern that reduces the chances for breaking a build by committing trivial changes into the main branch of a Version Control System (VCS). In most cases this pattern must be supported by the continuous integration (CI) server. 〔(【引用サイトリンク】title=Build Pattern: Gated Commit )〕 To perform a gated commit the software developer requests a gated commit from the CI server the before committing the actual changes. The CI server merges the local changes with the head of the master branch and performs a build. So the developer can see if his changes break the build without actually committing the changes. As an alternative this pattern can be realized using different branches in a VCS.〔(【引用サイトリンク】title=Gated commits using Git branches )〕 ==References== 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Gated Commit」の詳細全文を読む スポンサード リンク
|